ImageGear .NET v24.12 - Updated
PKCS7SignatureHandler Constructor(Byte[])




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > PKCS7SignatureHandler Class > PKCS7SignatureHandler Constructor : PKCS7SignatureHandler Constructor(Byte[])
The PKCS#12 store data.
Initializes a new instance of the PKCS7SignatureHandler class, providing an already-loaded PKCS#12 object. For example, an System.Security.Cryptography.X509Certificates.X509Certificate2 exported with System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs12 or a file's contents.
Syntax
'Declaration
 
Public Function New( _
   ByVal pkcs12Data() As Byte _
)
'Usage
 
Dim pkcs12Data() As Byte
 
Dim instance As New PKCS7SignatureHandler(pkcs12Data)
public PKCS7SignatureHandler( 
   byte[] pkcs12Data
)
public: PKCS7SignatureHandler( 
   byte[]* pkcs12Data
)
public:
PKCS7SignatureHandler( 
   array<byte>^ pkcs12Data
)

Parameters

pkcs12Data
The PKCS#12 store data.
See Also

Reference

PKCS7SignatureHandler Class
PKCS7SignatureHandler Members
Overload List